home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
v8n06.arc
/
MULTIDIR.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-02-28
|
167b
|
12 lines
ECHO OFF
IF "%1"=="" GOTO ERROR
:DIR
DIR %1 /p
PAUSE
SHIFT
IF "%1"=="" GOTO EXIT
GOTO DIR
:ERROR
ECHO SYNTAX "MULTIDIR filespec1 [filespec2 [..]]"
:EXIT